T
IdeaBlade DevForce 2010 Help Reference
EndExecuteQuery<T>(IAsyncResult) Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > IEntityManagerAsync Interface > EndExecuteQuery Method : EndExecuteQuery<T>(IAsyncResult) Method



asyncResult
End asynchronous execution of a query.

Syntax

Visual Basic (Declaration) 
Overloads Function EndExecuteQuery(Of T)( _
   ByVal asyncResult As IAsyncResult _
) As IEnumerable(Of T)
Visual Basic (Usage)Copy Code
Dim instance As IEntityManagerAsync
Dim asyncResult As IAsyncResult
Dim value As IEnumerable(Of T)
 
value = instance.EndExecuteQuery(Of T)(asyncResult)
C# 
IEnumerable<T> EndExecuteQuery<T>( 
   IAsyncResult asyncResult
)
C++/CLI 
IEnumerable<T^>^ EndExecuteQuerygeneric<typename T>
( 
   IAsyncResult^ asyncResult
) 

Parameters

asyncResult

Type Parameters

T

Return Value

An IEnumerable{T} containing the returned entities

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.